home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / mathcomp / mathcomp.def < prev    next >
Encoding:
Text File  |  1994-12-19  |  747 b   |  22 lines

  1. ; ---------------------------------------------------------------------
  2. ;
  3. ; MathComp.def - Math Components Def File - QuickTime for Windows
  4. ;
  5. ;                Version 1.0
  6. ;
  7. ;                (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
  8. ;
  9. ; ---------------------------------------------------------------------
  10.  
  11. LIBRARY     MATHCOMP
  12. DESCRIPTION '(c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved'
  13. EXETYPE     WINDOWS
  14. STUB        'WINSTUB.EXE'
  15. CODE        PRELOAD MOVEABLE DISCARDABLE
  16. DATA        PRELOAD MOVEABLE SINGLE
  17. HEAPSIZE    8192
  18. SEGMENTS    'WEP_TEXT'   FIXED PRELOAD
  19. EXPORTS
  20.             THNGIDENTIFY              @1 RESIDENTNAME
  21.             WEP                       @2 RESIDENTNAME
  22.